home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / C / Comet2.1.3 Folder / include / resdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-24  |  2.1 KB  |  75 lines  |  [TEXT/????]

  1. /* 8/13/87 kevin added OURCHICAGO */
  2. /* 10/6/87 kevin added DNETINT */
  3.  
  4.  
  5. /* Windows */
  6.  
  7. #define COPYWINDOW    100
  8.  
  9. /* Fonts */
  10.  
  11. #define OURCHICAGO    200
  12. #define FONTCUA        201
  13. #define FONTCUBOLD        202
  14.  
  15. /* Dialogs */
  16.  
  17. #define KILLDIALOG        301
  18. #define KILLOK            1
  19. #define KILLCANCEL        2
  20.  
  21. #define QUITDIALOG        302
  22. #define QUITOK            1
  23. #define QUITCANCEL        2
  24.  
  25. #define SAVEDIALOG        303
  26. #define SD_SAVE            1
  27. #define SD_CANCEL        2
  28. #define SD_DONT            3
  29.  
  30. #define DSERCLOSE        304            /* close a serial session automatically? */
  31.  
  32. #define DGETTEXT        4000        /* get a string from the user */
  33. #define DNETSET            4001
  34. #define DNETINT            4002        /* network interface configuration dialogs */
  35. #define DSETKEYPAD         4003        /* set the keypad */
  36. #define    DSETTINGS        4004        /* OK to update settings file? */
  37. #define    DSETTERMTYPE    4005        /* disable terminal types during negotiations */
  38. #define    DSETCOLORMAP    4006        /* set IBM color mapping */
  39. #define    DNEWWIND        4007        /* "New" dialog to configure a window */
  40. #define    DSERCONFIG        4008        /* configure serial port */
  41. #define    DWINDCONFIG        4009        /* configure window stuff */
  42. #define    DGLOBALCONFIG    4010        /* configure global stuff */
  43. #define    DMACRO            4011        /* dialog to edit a macro resource */
  44. #define DVTSETKEYPAD    4012        /* set vt100 key pad */
  45. #define    DVTCONFIG        4013        /* configure h19/vt100 emulator stuff */
  46. #define    D3270CONFIG        4014        /* configure 3270 emulator stuff */
  47.  
  48. #define    NNRDLOG            25017        /* network not responding modeless dialog */            
  49.  
  50. /* alerts */
  51. #define AL1GENERAL    5002        /* param ^0 general-purpose alert */
  52. #define AL4GENERAL    5005        /* param ^0 general-purpose alert */
  53. #define ALERROR        5007        /* the general purpose error alert */
  54.  
  55. /* Pictures */
  56. /* 0 is the iconwindow picture */
  57. #define PICKEYP1    1000
  58. #define PICKEYP2    1001
  59. #define PICKEYP3    1002
  60. #define PICKEYP4    1003
  61. #define NUMKEYPICS    4        /* doesn't take up pic space */
  62.  
  63. #define VTPICKEYP1        2000
  64. #define VTPICKEYP2        2001
  65. #define VTPICKEYP3        2002
  66. #define NUMVTKEYPICS        3        /* doesn't take up pic space */
  67.  
  68. /* Scripts */
  69. #define EINUSCRIPT 1
  70.     /* the replacement script which passes Option-E,I,N,U w/o hesitation */
  71.  
  72. /* 'HOST' table resource */
  73. #define HOSTID 1
  74.  
  75.